DocumentSelectorSettings

data class DocumentSelectorSettings(val types: Set<String>, val allowMultiple: Boolean = false, val allowCreation: Boolean = false)

Configures the settings for a UIDocumentBrowserViewController

Parameters

types

List of file types that can be opened

allowMultiple

Indicates whether the user can select multiple files

allowCreation

Indicates whether the user can create new files

Constructors

Link copied to clipboard
constructor(types: Set<String>, allowMultiple: Boolean = false, allowCreation: Boolean = false)

Properties

Link copied to clipboard
val allowCreation: Boolean = false
Link copied to clipboard
val allowMultiple: Boolean = false
Link copied to clipboard